# ZION Native Miner v2.9 - Python Dependencies
# CPU mining works WITHOUT any dependencies (uses only Python standard library)

# ============================================
# OPTIONAL - For GPU Mining Support
# ============================================
# Uncomment if you want GPU acceleration:
# numpy>=1.20.0
# pyopencl>=2022.1

# ============================================
# AUTOMATIC DEPENDENCIES (no install needed)
# ============================================
# These are part of Python standard library:
# - ctypes (native library loading)
# - socket (pool connection)
# - threading/multiprocessing (parallel hashing)
# - json (Stratum protocol)
# - hashlib (hash utilities)
# - logging (log output)

# ============================================
# NATIVE LIBRARIES (included in package)
# ============================================
# macOS: *.dylib files in mining/ folder
# Linux: *.so files in mining/ folder  
# Windows: embedded in zion_native_miner_v2_9.exe
